home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / upc12bs1.zip / UUCICO / ulib14.h < prev    next >
C/C++ Source or Header  |  1993-05-30  |  2KB  |  53 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    u l i b 1 4 . h                                                 */
  3. /*                                                                    */
  4. /*    INT14 (serial port) communications functions                    */
  5. /*--------------------------------------------------------------------*/
  6.  
  7. /*--------------------------------------------------------------------*/
  8. /*    Changes Copyright (c) 1990-1993 by Kendra Electronic            */
  9. /*    Wonderworks.                                                    */
  10. /*                                                                    */
  11. /*    All rights reserved except those explicitly granted by the      */
  12. /*    UUPC/extended license agreement.                                */
  13. /*--------------------------------------------------------------------*/
  14.  
  15. /*--------------------------------------------------------------------*/
  16. /*                          RCS Information                           */
  17. /*--------------------------------------------------------------------*/
  18.  
  19. /*
  20.  *    $Id: ULIB14.H 1.1 1993/05/30 15:27:22 ahd Exp $
  21.  *
  22.  *    Revision history:
  23.  *    $Log: ULIB14.H $
  24.  * Revision 1.1  1993/05/30  15:27:22  ahd
  25.  * Initial revision
  26.  *
  27.  * Revision 1.1  1993/05/30  00:19:06  ahd
  28.  * Initial revision
  29.  *
  30.  */
  31.  
  32. extern int iopenline(char *name, BPS baud, const boolean direct);
  33.  
  34. extern unsigned int isread(char *buffer,
  35.                           unsigned int wanted,
  36.                           unsigned int timeout);
  37.  
  38. int iswrite(const char *data, unsigned int len);
  39.  
  40. void issendbrk(unsigned int duration);
  41.  
  42. void icloseline(void);
  43.  
  44. void iSIOSpeed(BPS baud);
  45.  
  46. void iflowcontrol( boolean );
  47.  
  48. void ihangup( void );
  49.  
  50. BPS iGetSpeed( void );
  51.  
  52. boolean iCD( void );
  53.